assistant: Add margin to action area
authorMatthias Clasen <mclasen@redhat.com>
Sat, 20 Feb 2016 16:26:19 +0000 (11:26 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 20 Feb 2016 16:27:56 +0000 (11:27 -0500)
We are no longer setting a margin on the content area, so put
one on the action area itself to prevent the buttons from touching
the edge.

https://bugzilla.gnome.org/show_bug.cgi?id=762315

gtk/ui/gtkassistant.ui

index e516c910c94d06500fbce459620d018dabd0dba5..000e83cbb168240e4b87ca28bd48be88e7ef5457 100644 (file)
@@ -44,6 +44,7 @@
                 <property name="visible">1</property>
                 <property name="halign">end</property>
                 <property name="spacing">6</property>
+                <property name="margin">6</property>
                 <child>
                   <object class="GtkButton" id="apply">
                     <property name="label" translatable="yes">_Apply</property>